home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / os20 / util / AutoPubScreen11.lha / AutoPubScreen.doc < prev    next >
Text File  |  1993-07-29  |  2KB  |  77 lines

  1.  
  2. AutoPubScreen v1.1 © 1993 SilverBox Development Group by Steve Lemieux
  3. ----------------------------------------------------------------------
  4.  
  5. Function :
  6. ----------
  7.  
  8.     This program automatically opens windows on a public screen. All you have to
  9. do is specify a public screen name in your program. If it is not found, the
  10. screen will be automatically open. After that, this screen will be available
  11. to other windows. When every window will be closed, the screen will be
  12. automatically closed. The screen opened will clone the workbench.
  13.  
  14.     You must have kickstart 2.0 to use this program.
  15.  
  16. Installation :
  17. --------------
  18.  
  19.     The easiest way to install this patch is to move its icon in the WBStartup
  20. drawer.
  21.  
  22.     From CLI add this line to your 'Startup-Sequence' right after the SetPatch
  23. command :
  24.  
  25.         run >nil: AutoPubScreen 
  26.  
  27. Configuration :
  28. ---------------
  29.  
  30.     From CLI       : Q=QUIET/S,DEPTH/K/N,WIDTH/K/N,HEIGHT/K/N,DISPLAYID/K
  31.     From tooltypes : DEPTH
  32.  
  33.     Quiet     : No output will be sent to the screen. Except for error messages.
  34.     Depth     : Force number of bitplanes for pubscreen.
  35.     Width     : Force screen width
  36.     Height    : Force screen height
  37.     DisplayId : Force a display ID
  38.  
  39. To remove :
  40. -----------
  41.  
  42.     If you execute AutoPubScreen from the workbench or WBStartup, you can remove it
  43. with commodity exchange.
  44.  
  45.     From CLI, you can remove it by using CTRL-C or you can use the 'Status'
  46. command to obtain the process number and type :
  47.  
  48.         break <process number> c
  49.  
  50.     Even from the CLI, you can use the commodity exchange to remove AutoPubScreen.
  51.  
  52. Where can I reach the author? :
  53. -------------------------------
  54.  
  55. Steve Lemieux
  56. 3330 France-Prime #312
  57. Ste-Foy, Quebec, Canada
  58. G1W 4V2
  59.  
  60. BIX        : slemieux
  61. EMail      : slemieux@bix.com
  62.              slemieux@etu.gel.ulaval.ca
  63.  
  64. Version history :
  65. -----------------
  66.  
  67. Version 1.0 : - First public release.
  68.  
  69. Version 1.1 : - Works with kickstart 2.0
  70.               - Bug with some window name fixed
  71.               - Width, height and displayID parameters added
  72.               - Fixed problem with "" public screen name
  73.               - Minor bugs fixed (Thanks to Stephen J. Johnston)
  74.               - Added a requester when you try to stop the program and a
  75.                 public screen is still opened
  76.  
  77.